home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / diskwarn / diskwarn.man < prev    next >
Text File  |  1991-06-05  |  1KB  |  43 lines

  1. '\" Copyright 1991 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/admin/diskwarn/RCS/diskwarn.man,v 1.1 91/06/04 21:23:39 kupfer Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS DISKWARN admin
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. diskwarn \- send mail if a disk partition gets low on space
  17. .SH SYNOPSIS
  18. \fBdiskwarn\fR \fIdomain minfree user\fR [ \fIuser ...\fR]
  19. .SH OPTIONS
  20. .IP \fIdomain\fR 15
  21. The name of the filesystem domain to check.
  22. .IP \fIminfree\fR 15
  23. The minimum acceptable number of free kilobytes.
  24. .IP \fIuser\fR 15
  25. The name of a user who should be notified if there is a problem.
  26. .BE
  27.  
  28. .SH DESCRIPTION
  29. .PP
  30. This program verifies that
  31. .I domain
  32. has at least
  33. .I minfree
  34. kilobytes of free space.  If it doesn't, or if there is some problem
  35. checking
  36. .IR domain ,
  37. it sends mail to the users listed on the command line to notify them
  38. of the problem.  This program was designed to be run from
  39. .BR cron .
  40.  
  41. .SH KEYWORDS
  42. disk, mail, free space, utilization
  43.